html {
	-webkit-font-smoothing: antialiased;
	height: 100%
}
body {
	margin: 0 auto;
	font-family: 'Arial', 'sans-serif';
	color: #777777;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	overflow-x: hidden;
	height: 100%
}
body.cart-loading .loading {
	display: block !important
}
:focus {
	outline: none
}
.visible-phone {
	display: none
}
fieldset, legend {
	border: none
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
	display: inline-block;
	padding: 1.384615385em 0.615384615em
}
.row-fluid textarea[class*="span"] {
	padding-top: 0.5em;
	padding-bottom: 0.5em
}
input[type="image"] {
	width: auto
}
textarea {
	border: none
}
input:-webkit-autofill {
background:transparent
}
input[type="checkbox"] {
	vertical-align: top;
	margin-right: 10px
}
textarea, textarea.form-control {
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	-webkit-appearance: none;
	padding: 18px 15px;
	border: 1px solid #eee;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-webkit-box-shadow: inset 0 0 0 #fff;
	-ms-transform: inset 0 0 0 #fff;
	-o-transform: inset 0 0 0 #fff;
	box-shadow: inset 0 0 0 #fff
}
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	padding: 12px 20px;
	height: 42px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background: none;
	font-size: 15px;
	-webkit-box-shadow: inset 0 0 0 #fff;
	-ms-transform: inset 0 0 0 #fff;
	-o-transform: inset 0 0 0 #fff;
	box-shadow: inset 0 0 0 #fff;
	border: 1px solid #eee;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px
}
input[type="text"]:-webkit-autofill, input[type="email"]:-webkit-autofill, input[type="password"]:-webkit-autofill {
-webkit-box-shadow:0 0 0px 1000px #fff inset;
-ms-transform:0 0 0px 1000px #fff inset;
-o-transform:0 0 0px 1000px #fff inset;
box-shadow:0 0 0px 1000px #fff inset
}
select {
	line-height: 40px
}
input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	-webkit-appearance: none
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none
}
label {
	margin-bottom: 5px;
	font-weight: 400;
	color: #888
}
label em {
	color: #ff456f;
	font-weight: 400;
	font-style: normal;
	margin-left: 3px
}
.form-actions {
	background: none;
	border: none;
	padding: 20px 0 0 0
}
.alert ul {
	margin-bottom: 0
}
.alert>p, .alert>ul {
	margin-top: 0
}
ul {
	padding: 0;
	list-style: disc inside none
}
ol {
	padding: 0;
	list-style: decimal inside none
}
ul ul, ul ol, ol ol, ol ul {
	padding-left: 10px
}
.list-inline {
	margin: 0
}
.list-inline>li {
	padding: 0;
	margin: 0
}
.center {
	text-align: center
}
.left {
	text-align: left
}
.right {
	text-align: right
}
.req {
	color: #ff4557
}
.form-success {
	border: 1px solid #c8d9b9;
	background: url(icons_new14.png) 10px -1307px no-repeat;
	margin-bottom: 20px;
	padding: 5px 20px 5px 30px
}
.form-group {
	margin: 0 0 12px
}
img {
	max-width: 100%;
	height: auto;
	border: 0
}
.image {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	line-height: 1em;
	margin: 0 0 14px;
	padding: 0;
	text-transform: uppercase;
	color: #343434;
	font-family: "Raleway", Arial, Helvetica, sans-serif
}
h1 {
	font-size: 30px
}
h2 {
	font-size: 24px
}
h3 {
	font-size: 22px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 16px
}
h6 {
	font-size: 14px
}
.page-title {
	font-size: 22px;
	font-weight: 900;
	font-family: "Raleway", Arial, Helvetica, sans-serif
}
p:last-child {
	margin-bottom: 0
}
small {
	font-size: 12px
}
h2 small.pull-right {
	padding-top: 0.538461538em
}
a {
	-moz-transition: all 0.35s ease 0s;
	-webkit-transition: all 0.35s ease 0s;
	-ms-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s
}
a:focus {
	text-decoration: none
}
a, a:link, a:hover, a:active {
	outline: none
}
.no-style {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important
}
.tal {
	text-align: left
}
.tar {
	text-align: right
}
.tac {
	text-align: center
}
.fl {
	float: left
}
.fr {
	float: right
}
.fn {
	float: none
}
.cl {
	clear: left
}
.cr {
	clear: right
}
.cb {
	clear: both
}
.hide, .hidden {
	display: none
}
.move {
	cursor: move
}
.hidden {
	display: none
}
.move {
	cursor: move
}
.section-title {
	display: none
}
.owl-theme .owl-controls .owl-buttons>div {
	position: absolute
}
html.menu-opened {
	overflow: hidden
}
.menu-mobile.opened {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0
}
.menu-mobile {
	top: 0 !important;
	position: fixed;
	width: 250px;
	z-index: 110000;
	height: 100%;
	overflow: auto;
	left: 0px;
	-webkit-transform: translate(-280px, 0);
	-ms-transform: translate(-280px, 0);
	-o-transform: translate(-280px, 0);
	transform: translate(-280px, 0);
	-moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	background: #fff
}
.vertical-menu-mobile {
	top: 0 !important;
	position: fixed;
	width: 250px;
	z-index: 110000;
	height: 100%;
	overflow: auto;
	right: 0px;
	left: auto;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	background: #fff
}
.vertical-menu-mobile.opened {
	-webkit-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	transform: translate(0px, 0)
}
.navigation .navbar {
	margin-bottom: 0
}
.main-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left
}
.main-nav>li {
	position: relative
}
.main-nav>li.dropdown>a>i {
	display: none
}
.main-nav>li.dropdown a.dropdown-link i {
	display: none
}
.main-nav>li.dropdown a.dropdown-link:hover i {
	opacity: 0
}
.main-nav>li.mega-menu {
	position: static
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: transparent;
	color: #4fdfc2
}
.dropdown-menu>li.dropdown-submenu>.dropdown-menu {
	left: 100%;
	top: 0px;
	display: none;
	font-size: 15px
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: transparent;
	color: #4fdfc2
}
.dropdown-menu {
	text-align: left;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	z-index: 999;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	background: #fff;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-ms-transform: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-o-transform: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1)
}
.main-nav .mega-menu .dropdown-menu-sub {
	position: static
}
.main-nav .dropdown-menu {
	padding: 6px 0;
	width: 167px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-ms-transform: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-o-transform: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1)
}
.main-nav .dropdown-menu li {
	padding: 0px
}
.main-nav .dropdown-menu li a {
	white-space: normal;
	padding: 6px 12px 6px 20px;
	margin: 0;
	line-height: 1.7;
	position: relative;
	display: block
}
.main-nav .dropdown-menu li a:hover {
	color: #4fdfc2
}
.main-nav .mega-menu .dropdown-menu {
	padding: 6px 0
}
#scroll-to-top a:hover {
	text-decoration: none
}
.flag-usd {
	background: url(//cdn.shopify.com/s/files/1/2302/4937/t/12/assets/usd.png?4616077931380117436);
	width: 16px;
	height: 11px;
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 2px
}
.flag-eur {
	background-image: url(//cdn.shopify.com/s/files/1/2302/4937/t/12/assets/eur.png?4616077931380117436);
	width: 16px;
	height: 11px;
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 2px
}
.flag-gbp {
	background-image: url(//cdn.shopify.com/s/files/1/2302/4937/t/12/assets/gbp.png?4616077931380117436);
	width: 16px;
	height: 11px;
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 2px
}
#quick-shop-modal {
	background: rgba(0,0,0,0.5);
	z-index: 999
}
#quick-shop-modal .modal-content {
	z-index: 999
}
.modal-open .modal-backdrop {
	display: none
}
div.jGrowl div.jGrowl-notification {
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0.5);
	-ms-transform: 0 0 0px rgba(0,0,0,0.5);
	-o-transform: 0 0 0px rgba(0,0,0,0.5);
	box-shadow: 0 0 0px rgba(0,0,0,0.5);
	background: #fff;
	border: 1px solid #eee
}
.alert-danger {
	border-radius: 0;
	border-color: #d02e2e;
	color: #d02e2e;
	background-color: #fff6f6
}
.alert-success {
	border-radius: 0;
	border-color: #56ad6a;
	color: #56ad6a;
	background-color: #ecfeee
}
.loading {
	background: transparent url(//cdn.shopify.com/s/files/1/2302/4937/t/12/assets/loading.gif?4616077931380117436) center center no-repeat;
	position: fixed;
	top: 50% !important;
	bottom: auto;
	left: 50%;
	right: auto;
	width: 60px;
	height: 60px;
	margin-left: -28px;
	margin-top: -28px;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	text-indent: -999em;
	background-size: 80%;
	background-color: #fff;
	z-index: 10;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.15);
	-ms-transform: 0 0 7px 0 rgba(0,0,0,0.15);
	-o-transform: 0 0 7px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.15)
}
#body-content {
	min-height: 250px;
	margin: 0px auto;
	background: #fff
}
.zoomContainer {
	z-index: 1;
	overflow: hidden
}
.modal-open .zoomContainer {
	z-index: 1050
}
#related-product .product-wrapper .product-head .product-button {
	display: none !important
}
.add-to-cart.disabled, .add-to-wishlist.disabled {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.6;
	background: #343434;
	border-color: #343434;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
